home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 55
/
Amiga_Dream_55.iso
/
RISCOS
/
APPS
/
TEXT
/
PDF
/
PDF2PS.ZIP
/
PDF to PS
/
xpdf
/
h
/
Flags
< prev
next >
Wrap
Text File
|
1996-05-24
|
448b
|
22 lines
//========================================================================
//
// Flags.h
//
// Copyright 1996 Derek B. Noonburg
//
//========================================================================
#ifndef FLAGS_H
#define FLAGS_H
// Size of RGB color cube.
extern int rgbCubeSize;
// Print commands as they're executed.
extern GBool printCommands;
// Send error messages to /dev/tty instead of stderr.
extern GBool errorsToTTY;
#endif